Data Slice
Command Prototype
objDatatable = Datatable.SliceDataTable(dtTable,aryRows,aryColumns)
Command Description
Data slice
Parameter Description
- Required Parameter
- dtTable--The source datatable to be sliced
- aryRows--Line slices of the data, array type, the first element represents the starting line, the last element represents the ending line
- aryColumns--Column headers of a datatable
- return
- objDatatable--The variable used to save the output of the function call